home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TCONTENTMOVETOFOLDERFORM / TCONTENTMOVETOFOLDERFORM.txt
Text File  |  2010-10-15  |  4KB  |  160 lines

  1. object ContentMoveToFolderForm: TContentMoveToFolderForm
  2.   Left = 318
  3.   Top = 182
  4.   Width = 696
  5.   Height = 538
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Folders'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ACLPanel: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 688
  27.     Height = 511
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object BottomPanel: TPanel
  32.       Left = 0
  33.       Top = 480
  34.       Width = 688
  35.       Height = 31
  36.       Align = alBottom
  37.       BevelOuter = bvNone
  38.       TabOrder = 0
  39.       DesignSize = (
  40.         688
  41.         31)
  42.       object UnsetGAL: TTntButton
  43.         Tag = 1
  44.         Left = 285
  45.         Top = 6
  46.         Width = 195
  47.         Height = 23
  48.         Anchors = [akLeft, akBottom]
  49.         Caption = 'Reset Global Address List (GAL) Flag'
  50.         TabOrder = 5
  51.         Visible = False
  52.         OnClick = SetGALButtonClick
  53.       end
  54.       object EditButton: TTntButton
  55.         Left = 2
  56.         Top = 6
  57.         Width = 111
  58.         Height = 23
  59.         Anchors = [akLeft, akBottom]
  60.         Caption = 'Set ACL...'
  61.         TabOrder = 0
  62.         Visible = False
  63.         OnClick = FolderListDblClick
  64.       end
  65.       object OKButton: TTntButton
  66.         Left = 484
  67.         Top = 6
  68.         Width = 90
  69.         Height = 23
  70.         Anchors = [akLeft, akBottom]
  71.         Caption = 'OK'
  72.         Default = True
  73.         ModalResult = 1
  74.         TabOrder = 3
  75.       end
  76.       object CancelButton: TTntButton
  77.         Left = 579
  78.         Top = 6
  79.         Width = 90
  80.         Height = 23
  81.         Anchors = [akLeft, akBottom]
  82.         Caption = 'Cancel'
  83.         ModalResult = 2
  84.         TabOrder = 4
  85.       end
  86.       object SetGALButton: TTntButton
  87.         Left = 285
  88.         Top = 6
  89.         Width = 195
  90.         Height = 23
  91.         Anchors = [akLeft, akBottom]
  92.         Caption = 'Set As Global Address List (GAL)'
  93.         TabOrder = 2
  94.         Visible = False
  95.         OnClick = SetGALButtonClick
  96.       end
  97.       object DirectoryMappingButton: TTntButton
  98.         Left = 117
  99.         Top = 6
  100.         Width = 164
  101.         Height = 23
  102.         Anchors = [akLeft, akBottom]
  103.         Caption = 'Files Directory Mapping...'
  104.         TabOrder = 1
  105.         Visible = False
  106.         OnClick = DirectoryMappingButtonClick
  107.       end
  108.     end
  109.     object FolderList: TTntTreeView
  110.       Left = 0
  111.       Top = 27
  112.       Width = 688
  113.       Height = 453
  114.       Align = alClient
  115.       HideSelection = False
  116.       Images = ConfigForm.SmallImageList
  117.       Indent = 19
  118.       PopupMenu = PopupMenu
  119.       ReadOnly = True
  120.       RowSelect = True
  121.       SortType = stText
  122.       TabOrder = 1
  123.       OnChange = FolderListChange
  124.       OnDblClick = FolderListDblClick
  125.     end
  126.     object TopPanel: TPanel
  127.       Left = 0
  128.       Top = 0
  129.       Width = 688
  130.       Height = 27
  131.       Align = alTop
  132.       BevelOuter = bvNone
  133.       TabOrder = 2
  134.       DesignSize = (
  135.         688
  136.         27)
  137.       object FolderL: TTntLabel
  138.         Left = 2
  139.         Top = 6
  140.         Width = 32
  141.         Height = 13
  142.         Caption = 'Folder:'
  143.       end
  144.       object FolderEdit: TTntEdit
  145.         Left = 48
  146.         Top = 3
  147.         Width = 636
  148.         Height = 21
  149.         Anchors = [akLeft, akTop, akRight]
  150.         TabOrder = 0
  151.       end
  152.     end
  153.   end
  154.   object PopupMenu: TTntPopupMenu
  155.     OnPopup = PopupMenuPopup
  156.     Left = 645
  157.     Top = 28
  158.   end
  159. end
  160.